Html Css Color HEX #C37026 Ochre

📋 copy color: '#C37026'

red 195 ◦ green 112 ◦ blue 38

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

Shades of Ochre #C37026

Tints of Ochre #C37026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 38 (15.23% from 255) = 11.01%

R = 56.52%
G = 32.46%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37026 (or 0xC37026) is known color: Ochre. HEX triplet: C3, 70 and 26. RGB value is (195,112,38). Sum of RGB (Red+Green+Blue) = 195+112+38=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C37026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37026 is #3C8FD9. Grayscale: #808080. Windows color (decimal): -3968986 or 2519235. OLE color: 2519235.

HSL color Cylindrical-coordinate representation of color #C37026: hue angle of 28.28º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C37026 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 38 -
CMYK 0 0.43 0.81 0.24
HSL 28.28º 0.67% 0.46% -
HSV(B) 28.28º 0.81% 0.76% -
XYZ 28.65 23.33 4.83 -
YUV 128.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 195 112 38 0 0.43 0.81 0.24 28.28 0.67 0.46
Hex C3 70 26 0 2B 51 18 1C 43 2E
Octal 303 160 46 0 53 121 30 34 103 56
Binary 11000011 1110000 100110 0 101011 1010001 11000 11100 1000011 101110

Color Harmonies of #C37026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37026

Black with #C37026

Text Example


Text Example

White with #C37026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37026; }

 p { color: rgb(195,112,38); }

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

background-color css

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

 a { background-color: rgb(195,112,38); }

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

border-color css

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

 span { border-color: rgb(195,112,38); }

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