Html Css Color HEX #C37C15 Ochre

📋 copy color: '#C37C15'

red 195 ◦ green 124 ◦ blue 21

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

Shades of Ochre #C37C15

Tints of Ochre #C37C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

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

R = 57.35%
G = 36.47%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C37C15 (or 0xC37C15) is known color: Ochre. HEX triplet: C3, 7C and 15. RGB value is (195,124,21). Sum of RGB (Red+Green+Blue) = 195+124+21=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C15 is #3C83EA. Grayscale: #858585. Windows color (decimal): -3965931 or 1408195. OLE color: 1408195.

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

Color convert

RGB 195 124 21 -
CMYK 0 0.36 0.89 0.24
HSL 35.52º 0.81% 0.42% -
HSV(B) 35.52º 0.89% 0.76% -
XYZ 29.85 26.07 4.17 -
YUV 133.49 64.52 171.88 -
System Red Green Blue C M Y K H S L
Decimal 195 124 21 0 0.36 0.89 0.24 35.52 0.81 0.42
Hex C3 7C 15 0 24 59 18 24 51 2A
Octal 303 174 25 0 44 131 30 44 121 52
Binary 11000011 1111100 10101 0 100100 1011001 11000 100100 1010001 101010

Color Harmonies of #C37C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C15

Black with #C37C15

Text Example


Text Example

White with #C37C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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