Html Css Color HEX #C37619 Ochre

📋 copy color: '#C37619'

red 195 ◦ green 118 ◦ blue 25

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

Shades of Ochre #C37619

Tints of Ochre #C37619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.91%

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

R = 57.69%
G = 34.91%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C37619 (or 0xC37619) is known color: Ochre. HEX triplet: C3, 76 and 19. RGB value is (195,118,25). Sum of RGB (Red+Green+Blue) = 195+118+25=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C37619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37619 is #3C89E6. Grayscale: #828282. Windows color (decimal): -3967463 or 1668803. OLE color: 1668803.

HSL color Cylindrical-coordinate representation of color #C37619: hue angle of 32.82º 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 #C37619 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 25 -
CMYK 0 0.39 0.87 0.24
HSL 32.82º 0.77% 0.43% -
HSV(B) 32.82º 0.87% 0.76% -
XYZ 29.16 24.63 4.14 -
YUV 130.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 195 118 25 0 0.39 0.87 0.24 32.82 0.77 0.43
Hex C3 76 19 0 27 57 18 21 4D 2B
Octal 303 166 31 0 47 127 30 41 115 53
Binary 11000011 1110110 11001 0 100111 1010111 11000 100001 1001101 101011

Color Harmonies of #C37619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37619

Black with #C37619

Text Example


Text Example

White with #C37619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37619; }

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

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

background-color css

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

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

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

border-color css

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

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

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