Html Css Color HEX #C4731F Ochre

📋 copy color: '#C4731F'

red 196 ◦ green 115 ◦ blue 31

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

Shades of Ochre #C4731F

Tints of Ochre #C4731F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 57.31%
G = 33.63%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4731F (or 0xC4731F) is known color: Ochre. HEX triplet: C4, 73 and 1F. RGB value is (196,115,31). Sum of RGB (Red+Green+Blue) = 196+115+31=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4731F is #3B8CE0. Grayscale: #828282. Windows color (decimal): -3902689 or 2061252. OLE color: 2061252.

HSL color Cylindrical-coordinate representation of color #C4731F: hue angle of 30.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4731F is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 31 -
CMYK 0 0.41 0.84 0.23
HSL 30.55º 0.73% 0.45% -
HSV(B) 30.55º 0.84% 0.77% -
XYZ 29.14 24.1 4.41 -
YUV 129.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 196 115 31 0 0.41 0.84 0.23 30.55 0.73 0.45
Hex C4 73 1F 0 29 54 17 1F 49 2D
Octal 304 163 37 0 51 124 27 37 111 55
Binary 11000100 1110011 11111 0 101001 1010100 10111 11111 1001001 101101

Color Harmonies of #C4731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4731F

Black with #C4731F

Text Example


Text Example

White with #C4731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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