Html Css Color HEX #C37626 Ochre

📋 copy color: '#C37626'

red 195 ◦ green 118 ◦ blue 38

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

Shades of Ochre #C37626

Tints of Ochre #C37626

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 55.56%
G = 33.62%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37626 (or 0xC37626) is known color: Ochre. HEX triplet: C3, 76 and 26. RGB value is (195,118,38). Sum of RGB (Red+Green+Blue) = 195+118+38=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C37626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37626 is #3C89D9. Grayscale: #848484. Windows color (decimal): -3967450 or 2520771. OLE color: 2520771.

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

Color convert

RGB 195 118 38 -
CMYK 0 0.39 0.81 0.24
HSL 30.57º 0.67% 0.46% -
HSV(B) 30.57º 0.81% 0.76% -
XYZ 29.33 24.7 5.06 -
YUV 131.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 195 118 38 0 0.39 0.81 0.24 30.57 0.67 0.46
Hex C3 76 26 0 27 51 18 1F 43 2E
Octal 303 166 46 0 47 121 30 37 103 56
Binary 11000011 1110110 100110 0 100111 1010001 11000 11111 1000011 101110

Color Harmonies of #C37626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37626

Black with #C37626

Text Example


Text Example

White with #C37626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37626; }

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

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

background-color css

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

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

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

border-color css

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

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

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