Html Css Color HEX #C37C1A Ochre

📋 copy color: '#C37C1A'

red 195 ◦ green 124 ◦ blue 26

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

Shades of Ochre #C37C1A

Tints of Ochre #C37C1A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 56.52%
G = 35.94%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C37C1A (or 0xC37C1A) is known color: Ochre. HEX triplet: C3, 7C and 1A. RGB value is (195,124,26). Sum of RGB (Red+Green+Blue) = 195+124+26=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C1A is #3C83E5. Grayscale: #868686. Windows color (decimal): -3965926 or 1735875. OLE color: 1735875.

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

Color convert

RGB 195 124 26 -
CMYK 0 0.36 0.87 0.24
HSL 34.79º 0.76% 0.43% -
HSV(B) 34.79º 0.87% 0.76% -
XYZ 29.9 26.09 4.44 -
YUV 134.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 195 124 26 0 0.36 0.87 0.24 34.79 0.76 0.43
Hex C3 7C 1A 0 24 57 18 23 4C 2B
Octal 303 174 32 0 44 127 30 43 114 53
Binary 11000011 1111100 11010 0 100100 1010111 11000 100011 1001100 101011

Color Harmonies of #C37C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C1A

Black with #C37C1A

Text Example


Text Example

White with #C37C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C1A; }

 p { color: rgb(195,124,26); }

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

background-color css

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

 a { background-color: rgb(195,124,26); }

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

border-color css

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

 span { border-color: rgb(195,124,26); }

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