Html Css Color HEX #C4730F Ochre

📋 copy color: '#C4730F'

red 196 ◦ green 115 ◦ blue 15

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

Shades of Ochre #C4730F

Tints of Ochre #C4730F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 60.12%
G = 35.28%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4730F (or 0xC4730F) is known color: Ochre. HEX triplet: C4, 73 and 0F. RGB value is (196,115,15). Sum of RGB (Red+Green+Blue) = 196+115+15=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4730F is #3B8CF0. Grayscale: #808080. Windows color (decimal): -3902705 or 1012676. OLE color: 1012676.

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

Color convert

RGB 196 115 15 -
CMYK 0 0.41 0.92 0.23
HSL 33.15º 0.86% 0.41% -
HSV(B) 33.15º 0.92% 0.77% -
XYZ 28.98 24.03 3.56 -
YUV 127.82 64.34 176.63 -
System Red Green Blue C M Y K H S L
Decimal 196 115 15 0 0.41 0.92 0.23 33.15 0.86 0.41
Hex C4 73 F 0 29 5C 17 21 56 29
Octal 304 163 17 0 51 134 27 41 126 51
Binary 11000100 1110011 1111 0 101001 1011100 10111 100001 1010110 101001

Color Harmonies of #C4730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4730F

Black with #C4730F

Text Example


Text Example

White with #C4730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4730F; }

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

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

background-color css

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

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

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

border-color css

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

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

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