Html Css Color HEX #C37621 Ochre

📋 copy color: '#C37621'

red 195 ◦ green 118 ◦ blue 33

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

Shades of Ochre #C37621

Tints of Ochre #C37621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.54%

R = 56.36%
G = 34.1%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C37621 (or 0xC37621) is known color: Ochre. HEX triplet: C3, 76 and 21. RGB value is (195,118,33). Sum of RGB (Red+Green+Blue) = 195+118+33=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C37621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37621 is #3C89DE. Grayscale: #838383. Windows color (decimal): -3967455 or 2193091. OLE color: 2193091.

HSL color Cylindrical-coordinate representation of color #C37621: hue angle of 31.48º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C37621 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 33 -
CMYK 0 0.39 0.83 0.24
HSL 31.48º 0.71% 0.45% -
HSV(B) 31.48º 0.83% 0.76% -
XYZ 29.26 24.67 4.66 -
YUV 131.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 195 118 33 0 0.39 0.83 0.24 31.48 0.71 0.45
Hex C3 76 21 0 27 53 18 1F 47 2D
Octal 303 166 41 0 47 123 30 37 107 55
Binary 11000011 1110110 100001 0 100111 1010011 11000 11111 1000111 101101

Color Harmonies of #C37621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37621

Black with #C37621

Text Example


Text Example

White with #C37621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37621; }

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

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

background-color css

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

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

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

border-color css

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

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

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