Html Css Color HEX #C37522 Ochre

📋 copy color: '#C37522'

red 195 ◦ green 117 ◦ blue 34

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

Shades of Ochre #C37522

Tints of Ochre #C37522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.83%

R = 56.36%
G = 33.82%
B = 9.83%

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

#C37522 (or 0xC37522) is known color: Ochre. HEX triplet: C3, 75 and 22. RGB value is (195,117,34). Sum of RGB (Red+Green+Blue) = 195+117+34=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C37522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37522 is #3C8ADD. Grayscale: #838383. Windows color (decimal): -3967710 or 2258371. OLE color: 2258371.

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

Color convert

RGB 195 117 34 -
CMYK 0 0.4 0.83 0.24
HSL 30.93º 0.7% 0.45% -
HSV(B) 30.93º 0.83% 0.76% -
XYZ 29.16 24.44 4.69 -
YUV 130.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 195 117 34 0 0.4 0.83 0.24 30.93 0.7 0.45
Hex C3 75 22 0 28 53 18 1F 46 2D
Octal 303 165 42 0 50 123 30 37 106 55
Binary 11000011 1110101 100010 0 101000 1010011 11000 11111 1000110 101101

Color Harmonies of #C37522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37522

Black with #C37522

Text Example


Text Example

White with #C37522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37522; }

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

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

background-color css

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

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

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

border-color css

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

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

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