Html Css Color HEX #C4721A Ochre

📋 copy color: '#C4721A'

red 196 ◦ green 114 ◦ blue 26

#C4721A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C4721A

Tints of Ochre #C4721A

RGB

 RED value IS 196 (76.95% from 255) = 58.33%

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 26 (10.55% from 255) = 7.74%

R = 58.33%
G = 33.93%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C4721A (or 0xC4721A) is known color: Ochre. HEX triplet: C4, 72 and 1A. RGB value is (196,114,26). Sum of RGB (Red+Green+Blue) = 196+114+26=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4721A is #3B8DE5. Grayscale: #808080. Windows color (decimal): -3902950 or 1733316. OLE color: 1733316.

HSL color Cylindrical-coordinate representation of color #C4721A: hue angle of 31.06º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4721A is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 26 -
CMYK 0 0.42 0.87 0.23
HSL 31.06º 0.77% 0.44% -
HSV(B) 31.06º 0.87% 0.77% -
XYZ 28.97 23.84 4.05 -
YUV 128.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 196 114 26 0 0.42 0.87 0.23 31.06 0.77 0.44
Hex C4 72 1A 0 2A 57 17 1F 4D 2C
Octal 304 162 32 0 52 127 27 37 115 54
Binary 11000100 1110010 11010 0 101010 1010111 10111 11111 1001101 101100

Color Harmonies of #C4721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4721A

Black with #C4721A

Text Example


Text Example

White with #C4721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4721A; }

 p { color: rgb(196,114,26); }

 H1.HeaderClassName
 {
   color: #C4721A;
 }
 .AnyTagClassName
 {
   color: #C4721A;
 }
</style>

background-color css

<style>
 a { background-color: #C4721A; }

 a { background-color: rgb(196,114,26); }

 div.DivClassName
 {
   background-color: #C4721A;
 }
 .BgClassName
 {
   background-color: #C4721A;
 }
</style>

border-color css

<style>
 span { border-color: #C4721A; }

 span { border-color: rgb(196,114,26); }

 td.TdClassName
 {
   border-color: #C4721A;
 }
 .TagClassName
 {
   border-color: #C4721A;
 }
</style>