Html Css Color HEX #C37422 Ochre

📋 copy color: '#C37422'

red 195 ◦ green 116 ◦ blue 34

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

Shades of Ochre #C37422

Tints of Ochre #C37422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 56.52%
G = 33.62%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C37422 (or 0xC37422) is known color: Ochre. HEX triplet: C3, 74 and 22. RGB value is (195,116,34). Sum of RGB (Red+Green+Blue) = 195+116+34=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C37422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37422 is #3C8BDD. Grayscale: #828282. Windows color (decimal): -3967966 or 2258115. OLE color: 2258115.

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

Color convert

RGB 195 116 34 -
CMYK 0 0.41 0.83 0.24
HSL 30.56º 0.7% 0.45% -
HSV(B) 30.56º 0.83% 0.76% -
XYZ 29.04 24.21 4.66 -
YUV 130.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 195 116 34 0 0.41 0.83 0.24 30.56 0.7 0.45
Hex C3 74 22 0 29 53 18 1F 46 2D
Octal 303 164 42 0 51 123 30 37 106 55
Binary 11000011 1110100 100010 0 101001 1010011 11000 11111 1000110 101101

Color Harmonies of #C37422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37422

Black with #C37422

Text Example


Text Example

White with #C37422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37422; }

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

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

background-color css

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

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

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

border-color css

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

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

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