Html Css Color HEX #C4721B Ochre

📋 copy color: '#C4721B'

red 196 ◦ green 114 ◦ blue 27

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

Shades of Ochre #C4721B

Tints of Ochre #C4721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 58.16%
G = 33.83%
B = 8.01%

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

#C4721B (or 0xC4721B) is known color: Ochre. HEX triplet: C4, 72 and 1B. RGB value is (196,114,27). Sum of RGB (Red+Green+Blue) = 196+114+27=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4721B is #3B8DE4. Grayscale: #818181. Windows color (decimal): -3902949 or 1798852. OLE color: 1798852.

HSL color Cylindrical-coordinate representation of color #C4721B: hue angle of 30.89º degrees, saturation: 0.76, 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 #C4721B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 27 -
CMYK 0 0.42 0.86 0.23
HSL 30.89º 0.76% 0.44% -
HSV(B) 30.89º 0.86% 0.77% -
XYZ 28.98 23.85 4.11 -
YUV 128.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 196 114 27 0 0.42 0.86 0.23 30.89 0.76 0.44
Hex C4 72 1B 0 2A 56 17 1F 4C 2C
Octal 304 162 33 0 52 126 27 37 114 54
Binary 11000100 1110010 11011 0 101010 1010110 10111 11111 1001100 101100

Color Harmonies of #C4721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4721B

Black with #C4721B

Text Example


Text Example

White with #C4721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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