Html Css Color HEX #C37922 Ochre

📋 copy color: '#C37922'

red 195 ◦ green 121 ◦ blue 34

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

Shades of Ochre #C37922

Tints of Ochre #C37922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 55.71%
G = 34.57%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C37922 (or 0xC37922) is known color: Ochre. HEX triplet: C3, 79 and 22. RGB value is (195,121,34). Sum of RGB (Red+Green+Blue) = 195+121+34=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C37922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37922 is #3C86DD. Grayscale: #858585. Windows color (decimal): -3966686 or 2259395. OLE color: 2259395.

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

Color convert

RGB 195 121 34 -
CMYK 0 0.38 0.83 0.24
HSL 32.42º 0.7% 0.45% -
HSV(B) 32.42º 0.83% 0.76% -
XYZ 29.63 25.39 4.85 -
YUV 133.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 195 121 34 0 0.38 0.83 0.24 32.42 0.7 0.45
Hex C3 79 22 0 26 53 18 20 46 2D
Octal 303 171 42 0 46 123 30 40 106 55
Binary 11000011 1111001 100010 0 100110 1010011 11000 100000 1000110 101101

Color Harmonies of #C37922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37922

Black with #C37922

Text Example


Text Example

White with #C37922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37922; }

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

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

background-color css

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

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

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

border-color css

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

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

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