Html Css Color HEX #C37C22 Ochre

📋 copy color: '#C37C22'

red 195 ◦ green 124 ◦ blue 34

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

Shades of Ochre #C37C22

Tints of Ochre #C37C22

RGB

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

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

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

R = 55.24%
G = 35.13%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C37C22 (or 0xC37C22) is known color: Ochre. HEX triplet: C3, 7C and 22. RGB value is (195,124,34). Sum of RGB (Red+Green+Blue) = 195+124+34=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C22 is #3C83DD. Grayscale: #878787. Windows color (decimal): -3965918 or 2260163. OLE color: 2260163.

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

Color convert

RGB 195 124 34 -
CMYK 0 0.36 0.83 0.24
HSL 33.54º 0.7% 0.45% -
HSV(B) 33.54º 0.83% 0.76% -
XYZ 30 26.13 4.98 -
YUV 134.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 195 124 34 0 0.36 0.83 0.24 33.54 0.7 0.45
Hex C3 7C 22 0 24 53 18 22 46 2D
Octal 303 174 42 0 44 123 30 42 106 55
Binary 11000011 1111100 100010 0 100100 1010011 11000 100010 1000110 101101

Color Harmonies of #C37C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C22

Black with #C37C22

Text Example


Text Example

White with #C37C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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