Html Css Color HEX #C37515 Ochre

📋 copy color: '#C37515'

red 195 ◦ green 117 ◦ blue 21

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

Shades of Ochre #C37515

Tints of Ochre #C37515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 58.56%
G = 35.14%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C37515 (or 0xC37515) is known color: Ochre. HEX triplet: C3, 75 and 15. RGB value is (195,117,21). Sum of RGB (Red+Green+Blue) = 195+117+21=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37515 is #3C8AEA. Grayscale: #818181. Windows color (decimal): -3967723 or 1406403. OLE color: 1406403.

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

Color convert

RGB 195 117 21 -
CMYK 0 0.4 0.89 0.24
HSL 33.1º 0.81% 0.42% -
HSV(B) 33.1º 0.89% 0.76% -
XYZ 29 24.38 3.89 -
YUV 129.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 195 117 21 0 0.4 0.89 0.24 33.1 0.81 0.42
Hex C3 75 15 0 28 59 18 21 51 2A
Octal 303 165 25 0 50 131 30 41 121 52
Binary 11000011 1110101 10101 0 101000 1011001 11000 100001 1010001 101010

Color Harmonies of #C37515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37515

Black with #C37515

Text Example


Text Example

White with #C37515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37515; }

 p { color: rgb(195,117,21); }

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

background-color css

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

 a { background-color: rgb(195,117,21); }

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

border-color css

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

 span { border-color: rgb(195,117,21); }

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