Html Css Color HEX #C4721C Ochre

📋 copy color: '#C4721C'

red 196 ◦ green 114 ◦ blue 28

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

Shades of Ochre #C4721C

Tints of Ochre #C4721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 57.99%
G = 33.73%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4721C (or 0xC4721C) is known color: Ochre. HEX triplet: C4, 72 and 1C. RGB value is (196,114,28). Sum of RGB (Red+Green+Blue) = 196+114+28=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4721C is #3B8DE3. Grayscale: #818181. Windows color (decimal): -3902948 or 1864388. OLE color: 1864388.

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

Color convert

RGB 196 114 28 -
CMYK 0 0.42 0.86 0.23
HSL 30.71º 0.75% 0.44% -
HSV(B) 30.71º 0.86% 0.77% -
XYZ 28.99 23.85 4.17 -
YUV 128.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 196 114 28 0 0.42 0.86 0.23 30.71 0.75 0.44
Hex C4 72 1C 0 2A 56 17 1F 4B 2C
Octal 304 162 34 0 52 126 27 37 113 54
Binary 11000100 1110010 11100 0 101010 1010110 10111 11111 1001011 101100

Color Harmonies of #C4721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4721C

Black with #C4721C

Text Example


Text Example

White with #C4721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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