Html Css Color HEX #C37119 Ochre

📋 copy color: '#C37119'

red 195 ◦ green 113 ◦ blue 25

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

Shades of Ochre #C37119

Tints of Ochre #C37119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 58.56%
G = 33.93%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C37119 (or 0xC37119) is known color: Ochre. HEX triplet: C3, 71 and 19. RGB value is (195,113,25). Sum of RGB (Red+Green+Blue) = 195+113+25=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37119 is #3C8EE6. Grayscale: #7F7F7F. Windows color (decimal): -3968743 or 1667523. OLE color: 1667523.

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

Color convert

RGB 195 113 25 -
CMYK 0 0.42 0.87 0.24
HSL 31.06º 0.77% 0.43% -
HSV(B) 31.06º 0.87% 0.76% -
XYZ 28.59 23.48 3.95 -
YUV 127.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 195 113 25 0 0.42 0.87 0.24 31.06 0.77 0.43
Hex C3 71 19 0 2A 57 18 1F 4D 2B
Octal 303 161 31 0 52 127 30 37 115 53
Binary 11000011 1110001 11001 0 101010 1010111 11000 11111 1001101 101011

Color Harmonies of #C37119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37119

Black with #C37119

Text Example


Text Example

White with #C37119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37119; }

 p { color: rgb(195,113,25); }

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

background-color css

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

 a { background-color: rgb(195,113,25); }

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

border-color css

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

 span { border-color: rgb(195,113,25); }

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