Html Css Color HEX #C4731E Ochre

📋 copy color: '#C4731E'

red 196 ◦ green 115 ◦ blue 30

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

Shades of Ochre #C4731E

Tints of Ochre #C4731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 30 (12.11% from 255) = 8.8%

R = 57.48%
G = 33.72%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4731E (or 0xC4731E) is known color: Ochre. HEX triplet: C4, 73 and 1E. RGB value is (196,115,30). Sum of RGB (Red+Green+Blue) = 196+115+30=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4731E is #3B8CE1. Grayscale: #818181. Windows color (decimal): -3902690 or 1995716. OLE color: 1995716.

HSL color Cylindrical-coordinate representation of color #C4731E: hue angle of 30.72º degrees, saturation: 0.73, 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 #C4731E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 30 -
CMYK 0 0.41 0.85 0.23
HSL 30.72º 0.73% 0.44% -
HSV(B) 30.72º 0.85% 0.77% -
XYZ 29.13 24.09 4.34 -
YUV 129.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 196 115 30 0 0.41 0.85 0.23 30.72 0.73 0.44
Hex C4 73 1E 0 29 55 17 1F 49 2C
Octal 304 163 36 0 51 125 27 37 111 54
Binary 11000100 1110011 11110 0 101001 1010101 10111 11111 1001001 101100

Color Harmonies of #C4731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4731E

Black with #C4731E

Text Example


Text Example

White with #C4731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4731E; }

 p { color: rgb(196,115,30); }

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

background-color css

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

 a { background-color: rgb(196,115,30); }

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

border-color css

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

 span { border-color: rgb(196,115,30); }

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