Html Css Color HEX #C37521 Ochre

📋 copy color: '#C37521'

red 195 ◦ green 117 ◦ blue 33

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

Shades of Ochre #C37521

Tints of Ochre #C37521

RGB

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

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

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

R = 56.52%
G = 33.91%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C37521 (or 0xC37521) is known color: Ochre. HEX triplet: C3, 75 and 21. RGB value is (195,117,33). Sum of RGB (Red+Green+Blue) = 195+117+33=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C37521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37521 is #3C8ADE. Grayscale: #838383. Windows color (decimal): -3967711 or 2192835. OLE color: 2192835.

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

Color convert

RGB 195 117 33 -
CMYK 0 0.4 0.83 0.24
HSL 31.11º 0.71% 0.45% -
HSV(B) 31.11º 0.83% 0.76% -
XYZ 29.14 24.43 4.62 -
YUV 130.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 195 117 33 0 0.4 0.83 0.24 31.11 0.71 0.45
Hex C3 75 21 0 28 53 18 1F 47 2D
Octal 303 165 41 0 50 123 30 37 107 55
Binary 11000011 1110101 100001 0 101000 1010011 11000 11111 1000111 101101

Color Harmonies of #C37521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37521

Black with #C37521

Text Example


Text Example

White with #C37521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37521; }

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

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

background-color css

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

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

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

border-color css

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

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

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