Html Css Color HEX #C4721D Ochre

📋 copy color: '#C4721D'

red 196 ◦ green 114 ◦ blue 29

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

Shades of Ochre #C4721D

Tints of Ochre #C4721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 57.82%
G = 33.63%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4721D (or 0xC4721D) is known color: Ochre. HEX triplet: C4, 72 and 1D. RGB value is (196,114,29). Sum of RGB (Red+Green+Blue) = 196+114+29=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4721D is #3B8DE2. Grayscale: #818181. Windows color (decimal): -3902947 or 1929924. OLE color: 1929924.

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

Color convert

RGB 196 114 29 -
CMYK 0 0.42 0.85 0.23
HSL 30.54º 0.74% 0.44% -
HSV(B) 30.54º 0.85% 0.77% -
XYZ 29 23.86 4.24 -
YUV 128.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 196 114 29 0 0.42 0.85 0.23 30.54 0.74 0.44
Hex C4 72 1D 0 2A 55 17 1F 4A 2C
Octal 304 162 35 0 52 125 27 37 112 54
Binary 11000100 1110010 11101 0 101010 1010101 10111 11111 1001010 101100

Color Harmonies of #C4721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4721D

Black with #C4721D

Text Example


Text Example

White with #C4721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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