Html Css Color HEX #C37025 Ochre

📋 copy color: '#C37025'

red 195 ◦ green 112 ◦ blue 37

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

Shades of Ochre #C37025

Tints of Ochre #C37025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 56.69%
G = 32.56%
B = 10.76%

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

#C37025 (or 0xC37025) is known color: Ochre. HEX triplet: C3, 70 and 25. RGB value is (195,112,37). Sum of RGB (Red+Green+Blue) = 195+112+37=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C37025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37025 is #3C8FDA. Grayscale: #808080. Windows color (decimal): -3968987 or 2453699. OLE color: 2453699.

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

Color convert

RGB 195 112 37 -
CMYK 0 0.43 0.81 0.24
HSL 28.48º 0.68% 0.45% -
HSV(B) 28.48º 0.81% 0.76% -
XYZ 28.63 23.32 4.74 -
YUV 128.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 195 112 37 0 0.43 0.81 0.24 28.48 0.68 0.45
Hex C3 70 25 0 2B 51 18 1C 44 2D
Octal 303 160 45 0 53 121 30 34 104 55
Binary 11000011 1110000 100101 0 101011 1010001 11000 11100 1000100 101101

Color Harmonies of #C37025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37025

Black with #C37025

Text Example


Text Example

White with #C37025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37025; }

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

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

background-color css

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

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

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

border-color css

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

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

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