Html Css Color HEX #C37326 Ochre

📋 copy color: '#C37326'

red 195 ◦ green 115 ◦ blue 38

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

Shades of Ochre #C37326

Tints of Ochre #C37326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 56.03%
G = 33.05%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37326 (or 0xC37326) is known color: Ochre. HEX triplet: C3, 73 and 26. RGB value is (195,115,38). Sum of RGB (Red+Green+Blue) = 195+115+38=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C37326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37326 is #3C8CD9. Grayscale: #828282. Windows color (decimal): -3968218 or 2520003. OLE color: 2520003.

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

Color convert

RGB 195 115 38 -
CMYK 0 0.41 0.81 0.24
HSL 29.43º 0.67% 0.46% -
HSV(B) 29.43º 0.81% 0.76% -
XYZ 28.99 24 4.94 -
YUV 130.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 195 115 38 0 0.41 0.81 0.24 29.43 0.67 0.46
Hex C3 73 26 0 29 51 18 1D 43 2E
Octal 303 163 46 0 51 121 30 35 103 56
Binary 11000011 1110011 100110 0 101001 1010001 11000 11101 1000011 101110

Color Harmonies of #C37326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37326

Black with #C37326

Text Example


Text Example

White with #C37326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37326; }

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

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

background-color css

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

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

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

border-color css

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

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

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