Html Css Color HEX #C37613 Ochre

📋 copy color: '#C37613'

red 195 ◦ green 118 ◦ blue 19

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

Shades of Ochre #C37613

Tints of Ochre #C37613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 58.73%
G = 35.54%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C37613 (or 0xC37613) is known color: Ochre. HEX triplet: C3, 76 and 13. RGB value is (195,118,19). Sum of RGB (Red+Green+Blue) = 195+118+19=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C37613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37613 is #3C89EC. Grayscale: #828282. Windows color (decimal): -3967469 or 1275587. OLE color: 1275587.

HSL color Cylindrical-coordinate representation of color #C37613: hue angle of 33.75º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C37613 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 19 -
CMYK 0 0.39 0.90 0.24
HSL 33.75º 0.82% 0.42% -
HSV(B) 33.75º 0.9% 0.76% -
XYZ 29.1 24.61 3.83 -
YUV 129.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 195 118 19 0 0.39 0.90 0.24 33.75 0.82 0.42
Hex C3 76 13 0 27 5A 18 22 52 2A
Octal 303 166 23 0 47 132 30 42 122 52
Binary 11000011 1110110 10011 0 100111 1011010 11000 100010 1010010 101010

Color Harmonies of #C37613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37613

Black with #C37613

Text Example


Text Example

White with #C37613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37613; }

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

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

background-color css

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

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

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

border-color css

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

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

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