Html Css Color HEX #C3701F Ochre

📋 copy color: '#C3701F'

red 195 ◦ green 112 ◦ blue 31

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

Shades of Ochre #C3701F

Tints of Ochre #C3701F

RGB

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

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

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

R = 57.69%
G = 33.14%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3701F (or 0xC3701F) is known color: Ochre. HEX triplet: C3, 70 and 1F. RGB value is (195,112,31). Sum of RGB (Red+Green+Blue) = 195+112+31=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3701F is #3C8FE0. Grayscale: #7F7F7F. Windows color (decimal): -3968993 or 2060483. OLE color: 2060483.

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

Color convert

RGB 195 112 31 -
CMYK 0 0.43 0.84 0.24
HSL 29.63º 0.73% 0.44% -
HSV(B) 29.63º 0.84% 0.76% -
XYZ 28.55 23.29 4.29 -
YUV 127.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 195 112 31 0 0.43 0.84 0.24 29.63 0.73 0.44
Hex C3 70 1F 0 2B 54 18 1E 49 2C
Octal 303 160 37 0 53 124 30 36 111 54
Binary 11000011 1110000 11111 0 101011 1010100 11000 11110 1001001 101100

Color Harmonies of #C3701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3701F

Black with #C3701F

Text Example


Text Example

White with #C3701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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