Html Css Color HEX #C37D1E Ochre

📋 copy color: '#C37D1E'

red 195 ◦ green 125 ◦ blue 30

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

Shades of Ochre #C37D1E

Tints of Ochre #C37D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 55.71%
G = 35.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C37D1E (or 0xC37D1E) is known color: Ochre. HEX triplet: C3, 7D and 1E. RGB value is (195,125,30). Sum of RGB (Red+Green+Blue) = 195+125+30=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D1E is #3C82E1. Grayscale: #878787. Windows color (decimal): -3965666 or 1998275. OLE color: 1998275.

HSL color Cylindrical-coordinate representation of color #C37D1E: hue angle of 34.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C37D1E is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 125 30 -
CMYK 0 0.36 0.85 0.24
HSL 34.55º 0.73% 0.44% -
HSV(B) 34.55º 0.85% 0.76% -
XYZ 30.07 26.36 4.73 -
YUV 135.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 195 125 30 0 0.36 0.85 0.24 34.55 0.73 0.44
Hex C3 7D 1E 0 24 55 18 23 49 2C
Octal 303 175 36 0 44 125 30 43 111 54
Binary 11000011 1111101 11110 0 100100 1010101 11000 100011 1001001 101100

Color Harmonies of #C37D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D1E

Black with #C37D1E

Text Example


Text Example

White with #C37D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D1E; }

 p { color: rgb(195,125,30); }

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

background-color css

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

 a { background-color: rgb(195,125,30); }

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

border-color css

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

 span { border-color: rgb(195,125,30); }

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