Html Css Color HEX #C3701E Ochre

📋 copy color: '#C3701E'

red 195 ◦ green 112 ◦ blue 30

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

Shades of Ochre #C3701E

Tints of Ochre #C3701E

RGB

 RED value IS 195 (76.56% from 255) = 57.86%

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 57.86%
G = 33.23%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3701E (or 0xC3701E) is known color: Ochre. HEX triplet: C3, 70 and 1E. RGB value is (195,112,30). Sum of RGB (Red+Green+Blue) = 195+112+30=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3701E is #3C8FE1. Grayscale: #7F7F7F. Windows color (decimal): -3968994 or 1994947. OLE color: 1994947.

HSL color Cylindrical-coordinate representation of color #C3701E: hue angle of 29.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3701E is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 30 -
CMYK 0 0.43 0.85 0.24
HSL 29.82º 0.73% 0.44% -
HSV(B) 29.82º 0.85% 0.76% -
XYZ 28.53 23.28 4.22 -
YUV 127.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 195 112 30 0 0.43 0.85 0.24 29.82 0.73 0.44
Hex C3 70 1E 0 2B 55 18 1E 49 2C
Octal 303 160 36 0 53 125 30 36 111 54
Binary 11000011 1110000 11110 0 101011 1010101 11000 11110 1001001 101100

Color Harmonies of #C3701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3701E

Black with #C3701E

Text Example


Text Example

White with #C3701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3701E; }

 p { color: rgb(195,112,30); }

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

background-color css

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

 a { background-color: rgb(195,112,30); }

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

border-color css

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

 span { border-color: rgb(195,112,30); }

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